Package | Description |
---|---|
com.oracle.bmc.aianomalydetection.model |
Modifier and Type | Method and Description |
---|---|
static DataSourceType |
DataSourceType.create(String key) |
DataSourceType |
DataAssetSummary.getDataSourceType()
Data source type where actually data asset is being stored
|
static 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.
|
Modifier and Type | Method and Description |
---|---|
DataAssetSummary.Builder |
DataAssetSummary.Builder.dataSourceType(DataSourceType dataSourceType)
Data source type where actually data asset is being stored
|
Constructor and 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.
|
Copyright © 2016–2025. All rights reserved.