public enum VersionReportRequestCategoriesType extends java.lang.Enum<VersionReportRequestCategoriesType>
| Enum Constant and Description |
|---|
ATTACHMENTS |
CODE_LOCATIONS |
COMPONENTS |
CRYPTO_ALGORITHMS |
CUSTOM_FIELDS |
FILES |
LICENSE_TERM_FULFILLMENT |
SECURITY |
VERSION |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
prettyPrint() |
static VersionReportRequestCategoriesType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static VersionReportRequestCategoriesType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VersionReportRequestCategoriesType ATTACHMENTS
public static final VersionReportRequestCategoriesType CODE_LOCATIONS
public static final VersionReportRequestCategoriesType COMPONENTS
public static final VersionReportRequestCategoriesType CRYPTO_ALGORITHMS
public static final VersionReportRequestCategoriesType CUSTOM_FIELDS
public static final VersionReportRequestCategoriesType FILES
public static final VersionReportRequestCategoriesType LICENSE_TERM_FULFILLMENT
public static final VersionReportRequestCategoriesType SECURITY
public static final VersionReportRequestCategoriesType VERSION
public static VersionReportRequestCategoriesType[] values()
for (VersionReportRequestCategoriesType c : VersionReportRequestCategoriesType.values()) System.out.println(c);
public static VersionReportRequestCategoriesType 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 prettyPrint()