public static enum RelatedDocumentAttachment.DocumentCategory extends Enum<RelatedDocumentAttachment.DocumentCategory> implements BmcEnum
Possible lifecycle states.
Enum Constant and Description |
---|
CaseStudies |
CustomizationGuides |
DataSheets |
PressRelease |
ProductDocumentation |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
UserGuides |
Webinar |
Modifier and Type | Method and Description |
---|---|
static RelatedDocumentAttachment.DocumentCategory |
create(String key) |
String |
getValue() |
static RelatedDocumentAttachment.DocumentCategory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RelatedDocumentAttachment.DocumentCategory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RelatedDocumentAttachment.DocumentCategory CaseStudies
public static final RelatedDocumentAttachment.DocumentCategory CustomizationGuides
public static final RelatedDocumentAttachment.DocumentCategory DataSheets
public static final RelatedDocumentAttachment.DocumentCategory PressRelease
public static final RelatedDocumentAttachment.DocumentCategory ProductDocumentation
public static final RelatedDocumentAttachment.DocumentCategory UserGuides
public static final RelatedDocumentAttachment.DocumentCategory Webinar
public static final RelatedDocumentAttachment.DocumentCategory UnknownEnumValue
public static RelatedDocumentAttachment.DocumentCategory[] values()
for (RelatedDocumentAttachment.DocumentCategory c : RelatedDocumentAttachment.DocumentCategory.values()) System.out.println(c);
public static RelatedDocumentAttachment.DocumentCategory 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 static RelatedDocumentAttachment.DocumentCategory create(String key)
Copyright © 2016–2024. All rights reserved.