@Generated(value="OracleSDKGenerator", comments="API Version: 20181231") public enum ProblemType extends Enum<ProblemType> implements BmcEnum
The kind of support ticket, such as a technical support request or a limit increase request.
Enum Constant and Description |
---|
Account |
LegacyLimit |
Limit |
Taxonomy |
Tech |
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 ProblemType |
create(String key) |
String |
getValue() |
static ProblemType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProblemType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProblemType Limit
public static final ProblemType LegacyLimit
public static final ProblemType Tech
public static final ProblemType Account
public static final ProblemType Taxonomy
public static final ProblemType UnknownEnumValue
public static ProblemType[] values()
for (ProblemType c : ProblemType.values()) System.out.println(c);
public static ProblemType 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 ProblemType create(String key)
Copyright © 2016–2024. All rights reserved.