Uses of Class
com.oracle.bmc.datasafe.model.SensitiveColumn.RelationType
-
Packages that use SensitiveColumn.RelationType Package Description com.oracle.bmc.datasafe.model -
-
Uses of SensitiveColumn.RelationType in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return SensitiveColumn.RelationType Modifier and Type Method Description static SensitiveColumn.RelationTypeSensitiveColumn.RelationType. create(String key)SensitiveColumn.RelationTypeSensitiveColumn. getRelationType()The type of referential relationship the sensitive column has with its parent.static SensitiveColumn.RelationTypeSensitiveColumn.RelationType. valueOf(String name)Returns the enum constant of this type with the specified name.static SensitiveColumn.RelationType[]SensitiveColumn.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 SensitiveColumn.RelationType Modifier and Type Method Description SensitiveColumn.BuilderSensitiveColumn.Builder. relationType(SensitiveColumn.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 SensitiveColumn.RelationType Constructor Description SensitiveColumn(String key, String sensitiveDataModelId, Date timeCreated, Date timeUpdated, SensitiveColumnLifecycleState lifecycleState, String lifecycleDetails, String appName, String schemaName, String objectName, String columnName, SensitiveColumn.ObjectType objectType, String dataType, SensitiveColumn.Status status, String sensitiveTypeId, SensitiveColumn.Source source, List<String> parentColumnKeys, SensitiveColumn.RelationType relationType, Long estimatedDataValueCount, List<String> sampleDataValues, List<String> appDefinedChildColumnKeys, List<String> dbDefinedChildColumnKeys, List<String> columnGroups)Deprecated.
-