Uses of Class
com.oracle.bmc.opsi.model.DataObjectType
-
Packages that use DataObjectType Package Description com.oracle.bmc.opsi.model com.oracle.bmc.opsi.requests -
-
Uses of DataObjectType in com.oracle.bmc.opsi.model
Methods in com.oracle.bmc.opsi.model that return DataObjectType Modifier and Type Method Description static DataObjectTypeDataObjectType. create(String key)DataObjectTypeWarehouseDataObjectSummary. getDataObjectType()Type of the data object.static DataObjectTypeDataObjectType. valueOf(String name)Returns the enum constant of this type with the specified name.static DataObjectType[]DataObjectType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.opsi.model with parameters of type DataObjectType Modifier and Type Method Description WarehouseDataObjectSummary.BuilderWarehouseDataObjectSummary.Builder. dataObjectType(DataObjectType dataObjectType)Type of the data object.Constructors in com.oracle.bmc.opsi.model with parameters of type DataObjectType Constructor Description WarehouseDataObjectSummary(DataObjectType dataObjectType, String name, String owner, WarehouseDataObjectDetails details)Deprecated. -
Uses of DataObjectType in com.oracle.bmc.opsi.requests
Methods in com.oracle.bmc.opsi.requests that return types with arguments of type DataObjectType Modifier and Type Method Description List<DataObjectType>ListWarehouseDataObjectsRequest. getDataObjectType()A filter to return only data objects that match the data object type.Methods in com.oracle.bmc.opsi.requests with parameters of type DataObjectType Modifier and Type Method Description ListWarehouseDataObjectsRequest.BuilderListWarehouseDataObjectsRequest.Builder. dataObjectType(DataObjectType singularValue)Singular setter.Method parameters in com.oracle.bmc.opsi.requests with type arguments of type DataObjectType Modifier and Type Method Description ListWarehouseDataObjectsRequest.BuilderListWarehouseDataObjectsRequest.Builder. dataObjectType(List<DataObjectType> dataObjectType)A filter to return only data objects that match the data object type.
-