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 ObjectType
ObjectType. create(String key)
ObjectType
CreateMaskingColumnDetails. getObjectType()
The type of the object that contains the database column.ObjectType
MaskedColumnSummary. getObjectType()
The type of the object (table or editioning view) that contains the masked column.ObjectType
MaskingColumn. getObjectType()
The type of the object that contains the database column.ObjectType
MaskingColumnSummary. getObjectType()
The type of the object that contains the database column.ObjectType
MaskingObjectSummary. getObjectType()
The type of the database object that contains the masking column.ObjectType
SensitiveObjectSummary. getObjectType()
The type of the database object that contains the sensitive column.ObjectType
UpdateMaskingColumnDetails. getObjectType()
The type of the object that contains the database column.static ObjectType
ObjectType. 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.Builder
CreateMaskingColumnDetails.Builder. objectType(ObjectType objectType)
The type of the object that contains the database column.MaskedColumnSummary.Builder
MaskedColumnSummary.Builder. objectType(ObjectType objectType)
The type of the object (table or editioning view) that contains the masked column.MaskingColumn.Builder
MaskingColumn.Builder. objectType(ObjectType objectType)
The type of the object that contains the database column.MaskingColumnSummary.Builder
MaskingColumnSummary.Builder. objectType(ObjectType objectType)
The type of the object that contains the database column.MaskingObjectSummary.Builder
MaskingObjectSummary.Builder. objectType(ObjectType objectType)
The type of the database object that contains the masking column.SensitiveObjectSummary.Builder
SensitiveObjectSummary.Builder. objectType(ObjectType objectType)
The type of the database object that contains the sensitive column.UpdateMaskingColumnDetails.Builder
UpdateMaskingColumnDetails.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.
-