@Generated(value="OracleSDKGenerator", comments="API Version: 20220504") public enum CreationOption extends Enum<CreationOption> implements BmcEnum
The type of option used to create the governance rule, could be one of TEMPLATE or CLONE.
Enum Constant and Description |
---|
Clone |
Template |
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 CreationOption |
create(String key) |
String |
getValue() |
static CreationOption |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CreationOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CreationOption Template
public static final CreationOption Clone
public static final CreationOption UnknownEnumValue
public static CreationOption[] values()
for (CreationOption c : CreationOption.values()) System.out.println(c);
public static CreationOption 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 CreationOption create(String key)
Copyright © 2016–2024. All rights reserved.