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