public enum ContentMetadataKeyHierarchyErrorReason extends Enum<ContentMetadataKeyHierarchyErrorReason>
Java class for ContentMetadataKeyHierarchyError.Reason.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ContentMetadataKeyHierarchyError.Reason">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="LEVEL_MISSING"/>
<enumeration value="INVALID_DSM_HIERARCHY"/>
<enumeration value="CANNOT_USE_BROWSE_BY_KEY_WITH_HIERARCHY_FEATURE_ENABLED"/>
<enumeration value="UNKNOWN"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
CANNOT_USE_BROWSE_BY_KEY_WITH_HIERARCHY_FEATURE_ENABLED
Cannot load or save the network browse by key when the content metadata key hierarchy
feature is enabled.
|
INVALID_DSM_HIERARCHY
DSM networks can only have one hierarchy per network and that hierarchy can only have
one level.
|
LEVEL_MISSING
One or more levels of the hierarchy are missing.
|
UNKNOWN
The value returned if the actual value is not exposed by the requested API version.
|
| Modifier and Type | Method and Description |
|---|---|
static ContentMetadataKeyHierarchyErrorReason |
fromValue(String v) |
String |
value() |
static ContentMetadataKeyHierarchyErrorReason |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContentMetadataKeyHierarchyErrorReason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ContentMetadataKeyHierarchyErrorReason LEVEL_MISSING
public static final ContentMetadataKeyHierarchyErrorReason INVALID_DSM_HIERARCHY
public static final ContentMetadataKeyHierarchyErrorReason CANNOT_USE_BROWSE_BY_KEY_WITH_HIERARCHY_FEATURE_ENABLED
public static final ContentMetadataKeyHierarchyErrorReason UNKNOWN
public static ContentMetadataKeyHierarchyErrorReason[] values()
for (ContentMetadataKeyHierarchyErrorReason c : ContentMetadataKeyHierarchyErrorReason.values()) System.out.println(c);
public static ContentMetadataKeyHierarchyErrorReason 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 value()
public static ContentMetadataKeyHierarchyErrorReason fromValue(String v)
Copyright © 2018. All Rights Reserved.