Uses of Class
com.oracle.bmc.datasafe.model.DiscoveryJobResult.RelationType
-
Packages that use DiscoveryJobResult.RelationType Package Description com.oracle.bmc.datasafe.model -
-
Uses of DiscoveryJobResult.RelationType in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return DiscoveryJobResult.RelationType Modifier and Type Method Description static DiscoveryJobResult.RelationTypeDiscoveryJobResult.RelationType. create(String key)DiscoveryJobResult.RelationTypeDiscoveryJobResult. getRelationType()The type of referential relationship the sensitive column has with its parent.static DiscoveryJobResult.RelationTypeDiscoveryJobResult.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.Methods in com.oracle.bmc.datasafe.model with parameters of type DiscoveryJobResult.RelationType Modifier and Type Method Description DiscoveryJobResult.BuilderDiscoveryJobResult.Builder. relationType(DiscoveryJobResult.RelationType relationType)The type of referential relationship the sensitive column has with its parent.Constructors in com.oracle.bmc.datasafe.model with parameters of type DiscoveryJobResult.RelationType Constructor 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.
-