Uses of Class
com.oracle.bmc.aianomalydetection.model.DataSourceType
-
Packages that use DataSourceType Package Description com.oracle.bmc.aianomalydetection.model -
-
Uses of DataSourceType in com.oracle.bmc.aianomalydetection.model
Methods in com.oracle.bmc.aianomalydetection.model that return DataSourceType Modifier and Type Method Description static DataSourceType
DataSourceType. create(String key)
DataSourceType
DataAssetSummary. getDataSourceType()
Data source type where actually data asset is being storedstatic DataSourceType
DataSourceType. valueOf(String name)
Returns the enum constant of this type with the specified name.static DataSourceType[]
DataSourceType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.aianomalydetection.model with parameters of type DataSourceType Modifier and Type Method Description DataAssetSummary.Builder
DataAssetSummary.Builder. dataSourceType(DataSourceType dataSourceType)
Data source type where actually data asset is being storedConstructors in com.oracle.bmc.aianomalydetection.model with parameters of type DataSourceType Constructor Description DataAssetSummary(String id, String compartmentId, String displayName, String description, Date timeCreated, Date timeUpdated, DataAsset.LifecycleState lifecycleState, String projectId, DataSourceType dataSourceType, String privateEndpointId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Object> systemTags)
Deprecated.
-