@Generated(value="OracleSDKGenerator", comments="API Version: 20210610") public enum WorkItemType extends Enum<WorkItemType> implements BmcEnum
Possible work item types.
Enum Constant and Description |
---|
AdvancedUsageTracking |
AdvUsageJavaLibraries |
AdvUsageServerLibraries |
AdvUsageServerMetadata |
CryptoAnalysis |
CryptoAnalysisMerge |
Drs |
JfrCapture |
JfrUpload |
JmigrateAnalysis |
JmigrateCreateReport |
Lcm |
PerformanceTuning |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this
version of the SDK.
|
Modifier and Type | Method and Description |
---|---|
static WorkItemType |
create(String key) |
String |
getValue() |
static WorkItemType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorkItemType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WorkItemType Lcm
public static final WorkItemType JfrCapture
public static final WorkItemType JfrUpload
public static final WorkItemType CryptoAnalysis
public static final WorkItemType CryptoAnalysisMerge
public static final WorkItemType AdvancedUsageTracking
public static final WorkItemType AdvUsageServerMetadata
public static final WorkItemType AdvUsageServerLibraries
public static final WorkItemType AdvUsageJavaLibraries
public static final WorkItemType PerformanceTuning
public static final WorkItemType JmigrateAnalysis
public static final WorkItemType JmigrateCreateReport
public static final WorkItemType Drs
public static final WorkItemType UnknownEnumValue
public static WorkItemType[] values()
for (WorkItemType c : WorkItemType.values()) System.out.println(c);
public static WorkItemType 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 WorkItemType create(String key)
Copyright © 2016–2024. All rights reserved.