Package | Description |
---|---|
com.oracle.bmc.datasafe.model |
Modifier and Type | Method and Description |
---|---|
static DiscoveryJobResult.RelationType |
DiscoveryJobResult.RelationType.create(String key) |
DiscoveryJobResult.RelationType |
DiscoveryJobResult.getRelationType()
The type of referential relationship the sensitive column has with its parent.
|
static DiscoveryJobResult.RelationType |
DiscoveryJobResult.RelationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DiscoveryJobResult.RelationType[] |
DiscoveryJobResult.RelationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DiscoveryJobResult.Builder |
DiscoveryJobResult.Builder.relationType(DiscoveryJobResult.RelationType relationType)
The type of referential relationship the sensitive column has with its parent.
|
Constructor and Description |
---|
DiscoveryJobResult(String key,
DiscoveryJobResult.DiscoveryType discoveryType,
String sensitiveColumnkey,
String appName,
String schemaName,
String objectName,
String columnName,
DiscoveryJobResult.ObjectType objectType,
String dataType,
String sensitiveTypeId,
List<String> parentColumnKeys,
DiscoveryJobResult.RelationType relationType,
Long estimatedDataValueCount,
List<String> sampleDataValues,
List<String> appDefinedChildColumnKeys,
List<String> dbDefinedChildColumnKeys,
DiscoveryJobResult.PlannedAction plannedAction,
Boolean isResultApplied,
String discoveryJobId,
ModifiedAttributes modifiedAttributes)
Deprecated.
|
Copyright © 2016–2023. All rights reserved.