Uses of Class
com.oracle.bmc.opsi.requests.QueryWarehouseDataObjectDataRequest.WarehouseType
-
Packages that use QueryWarehouseDataObjectDataRequest.WarehouseType Package Description com.oracle.bmc.opsi.requests -
-
Uses of QueryWarehouseDataObjectDataRequest.WarehouseType in com.oracle.bmc.opsi.requests
Methods in com.oracle.bmc.opsi.requests that return QueryWarehouseDataObjectDataRequest.WarehouseType Modifier and Type Method Description static QueryWarehouseDataObjectDataRequest.WarehouseTypeQueryWarehouseDataObjectDataRequest.WarehouseType. create(String key)QueryWarehouseDataObjectDataRequest.WarehouseTypeQueryWarehouseDataObjectDataRequest. getWarehouseType()Type of the Warehouse.static QueryWarehouseDataObjectDataRequest.WarehouseTypeQueryWarehouseDataObjectDataRequest.WarehouseType. valueOf(String name)Returns the enum constant of this type with the specified name.static QueryWarehouseDataObjectDataRequest.WarehouseType[]QueryWarehouseDataObjectDataRequest.WarehouseType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.opsi.requests with parameters of type QueryWarehouseDataObjectDataRequest.WarehouseType Modifier and Type Method Description QueryWarehouseDataObjectDataRequest.BuilderQueryWarehouseDataObjectDataRequest.Builder. warehouseType(QueryWarehouseDataObjectDataRequest.WarehouseType warehouseType)Type of the Warehouse.
-