Enum RunbookImportAs.ImportType
- java.lang.Object
-
- java.lang.Enum<RunbookImportAs.ImportType>
-
- com.oracle.bmc.fleetappsmanagement.model.RunbookImportAs.ImportType
-
- All Implemented Interfaces:
BmcEnum,Serializable,Comparable<RunbookImportAs.ImportType>
- Enclosing class:
- RunbookImportAs
public static enum RunbookImportAs.ImportType extends Enum<RunbookImportAs.ImportType> implements BmcEnum
Import type.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description RunbookRunbookVersion
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RunbookImportAs.ImportTypecreate(String key)StringgetValue()static RunbookImportAs.ImportTypevalueOf(String name)Returns the enum constant of this type with the specified name.static RunbookImportAs.ImportType[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Runbook
public static final RunbookImportAs.ImportType Runbook
-
RunbookVersion
public static final RunbookImportAs.ImportType RunbookVersion
-
-
Method Detail
-
values
public static RunbookImportAs.ImportType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (RunbookImportAs.ImportType c : RunbookImportAs.ImportType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static RunbookImportAs.ImportType valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
create
public static RunbookImportAs.ImportType create(String key)
-
-