Uses of Class
com.oracle.bmc.datasafe.model.ObjectType
-
Packages that use ObjectType Package Description com.oracle.bmc.datasafe.model -
-
Uses of ObjectType in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return ObjectType Modifier and Type Method Description static ObjectTypeObjectType. create(String key)ObjectTypeCreateMaskingColumnDetails. getObjectType()The type of the object that contains the database column.ObjectTypeMaskedColumnSummary. getObjectType()The type of the object (table or editioning view) that contains the masked column.ObjectTypeMaskingColumn. getObjectType()The type of the object that contains the database column.ObjectTypeMaskingColumnSummary. getObjectType()The type of the object that contains the database column.ObjectTypeMaskingObjectSummary. getObjectType()The type of the database object that contains the masking column.ObjectTypeSensitiveObjectSummary. getObjectType()The type of the database object that contains the sensitive column.ObjectTypeUpdateMaskingColumnDetails. getObjectType()The type of the object that contains the database column.static ObjectTypeObjectType. valueOf(String name)Returns the enum constant of this type with the specified name.static ObjectType[]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 ObjectType Modifier and Type Method Description CreateMaskingColumnDetails.BuilderCreateMaskingColumnDetails.Builder. objectType(ObjectType objectType)The type of the object that contains the database column.MaskedColumnSummary.BuilderMaskedColumnSummary.Builder. objectType(ObjectType objectType)The type of the object (table or editioning view) that contains the masked column.MaskingColumn.BuilderMaskingColumn.Builder. objectType(ObjectType objectType)The type of the object that contains the database column.MaskingColumnSummary.BuilderMaskingColumnSummary.Builder. objectType(ObjectType objectType)The type of the object that contains the database column.MaskingObjectSummary.BuilderMaskingObjectSummary.Builder. objectType(ObjectType objectType)The type of the database object that contains the masking column.SensitiveObjectSummary.BuilderSensitiveObjectSummary.Builder. objectType(ObjectType objectType)The type of the database object that contains the sensitive column.UpdateMaskingColumnDetails.BuilderUpdateMaskingColumnDetails.Builder. objectType(ObjectType objectType)The type of the object that contains the database column.Constructors in com.oracle.bmc.datasafe.model with parameters of type ObjectType Constructor Description CreateMaskingColumnDetails(String schemaName, String objectName, ObjectType objectType, String columnName, String maskingColumnGroup, String sensitiveTypeId, Boolean isMaskingEnabled, List<MaskingFormat> maskingFormats)Deprecated.MaskedColumnSummary(String key, String parentColumnKey, String sensitiveTypeId, String schemaName, String objectName, ObjectType objectType, String columnName, String maskingColumnGroup, String maskingFormatUsed, Long totalMaskedValues)Deprecated.MaskingColumn(String key, String maskingPolicyId, MaskingColumnLifecycleState lifecycleState, String lifecycleDetails, Date timeCreated, Date timeUpdated, String schemaName, String objectName, ObjectType objectType, String columnName, List<String> childColumns, String maskingColumnGroup, String sensitiveTypeId, Boolean isMaskingEnabled, String dataType, List<MaskingFormat> maskingFormats)Deprecated.MaskingColumnSummary(String key, String maskingPolicyId, MaskingColumnLifecycleState lifecycleState, String lifecycleDetails, Date timeCreated, Date timeUpdated, String schemaName, String objectName, ObjectType objectType, String columnName, List<String> childColumns, String maskingColumnGroup, String sensitiveTypeId, Boolean isMaskingEnabled, String dataType, List<MaskingFormat> maskingFormats)Deprecated.MaskingObjectSummary(String schemaName, String objectName, ObjectType objectType)Deprecated.SensitiveObjectSummary(String schemaName, String objectName, ObjectType objectType)Deprecated.UpdateMaskingColumnDetails(ObjectType objectType, String maskingColumnGroup, String sensitiveTypeId, Boolean isMaskingEnabled, List<MaskingFormat> maskingFormats)Deprecated.
-