@Generated(value="OracleSDKGenerator", comments="API Version: 20230801") public enum DelegatedResourceAccessRequestSeverity extends Enum<DelegatedResourceAccessRequestSeverity> implements BmcEnum
Levels of severities associated with a Delegated Resource Access Request
Enum Constant and Description |
---|
S1 |
S2 |
S3 |
S4 |
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 DelegatedResourceAccessRequestSeverity |
create(String key) |
String |
getValue() |
static DelegatedResourceAccessRequestSeverity |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DelegatedResourceAccessRequestSeverity[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DelegatedResourceAccessRequestSeverity S1
public static final DelegatedResourceAccessRequestSeverity S2
public static final DelegatedResourceAccessRequestSeverity S3
public static final DelegatedResourceAccessRequestSeverity S4
public static final DelegatedResourceAccessRequestSeverity UnknownEnumValue
public static DelegatedResourceAccessRequestSeverity[] values()
for (DelegatedResourceAccessRequestSeverity c : DelegatedResourceAccessRequestSeverity.values()) System.out.println(c);
public static DelegatedResourceAccessRequestSeverity 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 DelegatedResourceAccessRequestSeverity create(String key)
Copyright © 2016–2024. All rights reserved.