Uses of Class
com.oracle.bmc.datasafe.model.DiscoveryJobResultSummary.RelationType
-
Packages that use DiscoveryJobResultSummary.RelationType Package Description com.oracle.bmc.datasafe.model -
-
Uses of DiscoveryJobResultSummary.RelationType in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return DiscoveryJobResultSummary.RelationType Modifier and Type Method Description static DiscoveryJobResultSummary.RelationTypeDiscoveryJobResultSummary.RelationType. create(String key)DiscoveryJobResultSummary.RelationTypeDiscoveryJobResultSummary. getRelationType()The type of referential relationship the sensitive column has with its parent.static DiscoveryJobResultSummary.RelationTypeDiscoveryJobResultSummary.RelationType. valueOf(String name)Returns the enum constant of this type with the specified name.static DiscoveryJobResultSummary.RelationType[]DiscoveryJobResultSummary.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 DiscoveryJobResultSummary.RelationType Modifier and Type Method Description DiscoveryJobResultSummary.BuilderDiscoveryJobResultSummary.Builder. relationType(DiscoveryJobResultSummary.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 DiscoveryJobResultSummary.RelationType Constructor Description DiscoveryJobResultSummary(String key, DiscoveryJobResult.DiscoveryType discoveryType, String sensitiveColumnkey, String schemaName, String objectName, String columnName, DiscoveryJobResultSummary.ObjectType objectType, String dataType, String sensitiveTypeId, List<String> parentColumnKeys, DiscoveryJobResultSummary.RelationType relationType, Long estimatedDataValueCount, List<String> sampleDataValues, DiscoveryJobResult.PlannedAction plannedAction, Boolean isResultApplied, String discoveryJobId)Deprecated.
-