Uses of Class
com.oracle.bmc.datasafe.model.SensitiveColumn.ObjectType
-
Packages that use SensitiveColumn.ObjectType Package Description com.oracle.bmc.datasafe.model -
-
Uses of SensitiveColumn.ObjectType in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return SensitiveColumn.ObjectType Modifier and Type Method Description static SensitiveColumn.ObjectTypeSensitiveColumn.ObjectType. create(String key)SensitiveColumn.ObjectTypeSensitiveColumn. getObjectType()The type of the database object that contains the sensitive column.static SensitiveColumn.ObjectTypeSensitiveColumn.ObjectType. valueOf(String name)Returns the enum constant of this type with the specified name.static SensitiveColumn.ObjectType[]SensitiveColumn.ObjectType. 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.ObjectType Modifier and Type Method Description SensitiveColumn.BuilderSensitiveColumn.Builder. objectType(SensitiveColumn.ObjectType objectType)The type of the database object that contains the sensitive column.Constructors in com.oracle.bmc.datasafe.model with parameters of type SensitiveColumn.ObjectType 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, ConfidenceLevelEnum confidenceLevel, List<Object> confidenceLevelDetails, List<String> sampleDataValues, List<String> appDefinedChildColumnKeys, List<String> dbDefinedChildColumnKeys, List<String> columnGroups)Deprecated.
-