Package com.oracle.bmc.core.model
Enum ListIpInventoryDetails.ResourceTypeList
- java.lang.Object
-
- java.lang.Enum<ListIpInventoryDetails.ResourceTypeList>
-
- com.oracle.bmc.core.model.ListIpInventoryDetails.ResourceTypeList
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<ListIpInventoryDetails.ResourceTypeList>
- Enclosing class:
- ListIpInventoryDetails
public static enum ListIpInventoryDetails.ResourceTypeList extends Enum<ListIpInventoryDetails.ResourceTypeList> implements BmcEnum
-
-
Enum Constant Summary
Enum Constants Enum Constant Description Resource
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListIpInventoryDetails.ResourceTypeList
create(String key)
String
getValue()
static ListIpInventoryDetails.ResourceTypeList
valueOf(String name)
Returns the enum constant of this type with the specified name.static ListIpInventoryDetails.ResourceTypeList[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Resource
public static final ListIpInventoryDetails.ResourceTypeList Resource
-
-
Method Detail
-
values
public static ListIpInventoryDetails.ResourceTypeList[] 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 (ListIpInventoryDetails.ResourceTypeList c : ListIpInventoryDetails.ResourceTypeList.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ListIpInventoryDetails.ResourceTypeList 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 ListIpInventoryDetails.ResourceTypeList create(String key)
-
-