Uses of Class
com.oracle.bmc.datasafe.model.MaskingPolicyColumnsInfo.ObjectType
-
Packages that use MaskingPolicyColumnsInfo.ObjectType Package Description com.oracle.bmc.datasafe.model -
-
Uses of MaskingPolicyColumnsInfo.ObjectType in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return MaskingPolicyColumnsInfo.ObjectType Modifier and Type Method Description static MaskingPolicyColumnsInfo.ObjectType
MaskingPolicyColumnsInfo.ObjectType. create(String key)
MaskingPolicyColumnsInfo.ObjectType
MaskingPolicyColumnsInfo. getObjectType()
The type of the database object that contains the masking policy.static MaskingPolicyColumnsInfo.ObjectType
MaskingPolicyColumnsInfo.ObjectType. valueOf(String name)
Returns the enum constant of this type with the specified name.static MaskingPolicyColumnsInfo.ObjectType[]
MaskingPolicyColumnsInfo.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 MaskingPolicyColumnsInfo.ObjectType Modifier and Type Method Description MaskingPolicyColumnsInfo.Builder
MaskingPolicyColumnsInfo.Builder. objectType(MaskingPolicyColumnsInfo.ObjectType objectType)
The type of the database object that contains the masking policy.Constructors in com.oracle.bmc.datasafe.model with parameters of type MaskingPolicyColumnsInfo.ObjectType Constructor Description MaskingPolicyColumnsInfo(String schemaName, MaskingPolicyColumnsInfo.ObjectType objectType, String objectName, List<String> referentialColumnGroup)
Deprecated.
-