public static enum DefaultMediaStorageConfigService.DefaultSettingKeys extends java.lang.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(java.lang.String key) |
java.lang.String |
getKey() |
static DefaultMediaStorageConfigService.DefaultSettingKeys |
valueOf(java.lang.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(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getKey()
public static boolean contains(java.lang.String key)
Copyright © 2018 SAP SE. All Rights Reserved.